home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global x, y, r, theta
- puppetSprite(13, 0)
- set the floatPrecision to 3
- if (field "Answer1" > (x - 0.75)) and (field "Answer1" < (x + 0.75)) and (field "Answer2" > (y - 0.75)) and (field "Answer2" < (y + 0.75)) then
- nothing()
- else
- go("CA1")
- end if
- end
-